javascript:var frame = document.createElement('iframe'); frame.src="https://www.google.com"; frame.style.position="unfixed"; frame.style.top="5%"; frame.style.right="0%";frame.style.height="600px";frame.style.width="1315px"; frame.style.zIndex="100000"; document.body.appendChild(frame);var btn = document.createElement(%27button%27);btn.style.position="unfixed";btn.style.top="5%";btn.style.right="25%";btn.zIndex="100000";btn.innerHTML="HIDE";document.body.appendChild(btn);